﻿
@charset "UTF-8";


/*通用标题*/
.com-title {
	width: 100%;
	text-align: center;
	padding-bottom: 80px;
}
.com-title.t-left {
	text-align: left;
}
.com-title .tit-cn {
	line-height: 1 !important;
	font-size: 48px !important;
	font-weight: bolder !important;
	color: #0444b0 !important;
}
.com-title.white .tit-cn,
.com-title.white .tit-des {
	color: #fff;
}
/*--------------------*/
.layer-new {
    position: fixed;
    right: 10px;
    top: 33%;
    margin-top: 230px;
    z-index: 10000;
}
    .layer-new .layer-box {
        padding: 15px 10px;
        background-color: #fff;
        box-shadow: 0 0 8px #ccc;
    }
        .layer-new .layer-box .box-img {
            width: 100px;
            height: 100px;
        }
        .layer-new .layer-box .box-txt {
            margin-top: 10px;
        }
            .layer-new .layer-box .box-txt p {
                line-height: 18px;
                font-size: 14px;
                    text-align: center;
            }
/*--------------------*/
.com-title.white .tit-des {
	font-weight: 300;
	color: rgba(255,255,255,.9);
}
.com-title .tit-des {
	margin-top: 25px;
	font-size: 18px;
	color: #888;
	line-height: 30px;
}
.com-title .tit-des b {
	color: #333;
	font-weight: 400;
}
.com-title .tit-des .par {
	display: block;
}
.com-title .tit-en {
	display: block;
	font-size: 24px;
	color: #949494;
	font-family: "066-CAI978";
	text-transform: uppercase;
	margin-top: 12px;
	line-height: 1;
}
.index-title {
	padding-top: 120px;
	padding-bottom: 80px !important;
}

/*装饰横条*/
.bline {
	position: relative;
}
.bline:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}

/*通用描述*/
.com-tit-24 {
	font-size: 24px;
	color: #333;
}
.com-tit-24.title-line {
	padding-bottom: 20px;
	margin-bottom: 25px;
}

/*通用描述*/
.com-des {
	font-size: 16px;
	line-height: 30px;
	color: #888;
}

/*通用more*/
.com-more {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 84px;
	height: 29px;
	line-height: 28px;
	border-radius: 13px;
	border: solid 1px #e7e7e7;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/*.com-more:before {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 101%;
	height: 31px;
	background: #0444b0;
	border-radius: 13px;
	z-index: -1;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.com-more:hover:before,
.index-about-list .item:hover .com-more:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}*/
.com-more:hover,
.index-about-list .item:hover .com-more {
	color: #fff;
	background: #0444b0;
	border-color: #0444b0;
}

.css-sprite {
	position: relative;
	background-image: url(../images/css-sprites.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.sp-index-s1 {
	width: 54px; 
	height: 69px;
	/*background-position: -10px -387px;*/
}
.sp-index-s2 {
	width: 64px;
	height: 58px;
	/*background-position: -10px -230px;*/
}
.sp-index-s3 {
	width: 59px;
	height: 59px;
	/*background-position: -10px -308px;*/
}
.sp-index-s4 {
	/* width: 45px;
	height: 45px;
	background-position: -10px -97px; */
	width: 64px;
	height: 64px;
	background: url(../images/icon-index4.png) no-repeat center;
}


/*导航*/
.gr-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 888;
	width: 100%;
	height: 101px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
	transition: 0.5s;
}
.gr-header.on {
	position: fixed;
	background: #fff;
	box-shadow: 0 0px 15px rgba(0,0,0,0.1);
}
.page-header {
	background: #fff!important;
	box-shadow: 0 0px 15px rgba(0,0,0,0.1)!important;
}
.gr-header-page {
	position: static;
	background: #c1c0c0;
}
.gr-header-placeholder {
	height: 101px;
}
.gr-header .logo-content {
	position: absolute;
	left: 50%;
	top: 16px;
	width: 400px;
	text-align: center;
	margin-left: -200px;
}
.gr-header .logo-content h1 {
	margin-top: 8px;
	color: #fff;
	font-size: 14px;
	transition: 0.5s;
}
.gr-header.on .logo-content h1,
.gr-header.on .global-menu {
	color: #333;
}
.page-header .logo-content h1 {
	color: #333!important;
}
.nav-home,
.nav-menu2 {
	position: fixed;
	top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 1000;
	float: left;
	font-size: 24px;
	color: #fff;
	text-align: left;
	width: 110px;
	height: 100px;
	line-height: 100px;
	cursor: pointer;
	transition: 0.5s;
}
.nav-home {
	top: -2px;
	width: 35px;
	height: 100px;
	background: url(../images/icon-hd-home.png) no-repeat center 33px;
	z-index: 999;
}
.nav-home.on,
.page-menu .nav-home {
	background: url(../images/icon-hd-home-on2.png) no-repeat center 33px;
}
.nav-home.page-home {
	background: url(../images/icon-hd-home-on2.png) no-repeat center 33px!important;
}
.nav-menu2.nohome {
	margin-left: -550px;
}
.menu-open2 .nav-menu2,
.nav-menu2.fixed {
	color: #333;
}
.page-menu,
.page-header .global-menu {
	color: #333!important;
}
.menu-open2 .nav-menu2 .sp-menu,
.page-menu .sp-menu {
    background: url(../images/icon-menu-fixed.png) no-repeat center!important;
}
.nav-menu2.on .sp-menu,
.menu-open2 .nav-menu2 .sp-menu {
	transform: scale(0.5);
	opacity: 0;
 }
.nav-menu2 .icon-menu-on {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 100%;
	background: url(../images/wap-menu-on.png) no-repeat center!important;
	transition: .5s;
	opacity: 0;
	transform: rotate(-180deg);
	z-index: 2;
 }
.menu-open2 .nav-menu2 .icon-menu-on {
	opacity: 1;
	transform: rotate(0);
 }
.menu-open2 .nav-menu2 .sp-menu,
.nav-menu2.fixed .sp-menu {
	background: url(../images/icon-menu-fixed.png) no-repeat center;
}
.global-menu {
	margin-right: -40px;
	width: 120px;
	height: 100px;
	line-height: 100px;
	position: relative;
	float: right;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.global-menu.fixed {
	position: fixed;
	color: #333;
	z-index: 999;
	margin-top: 25px;
}
.global-menu .icon-earth {
	width: 34px;
	height: 100%;
	background: url(../images/icon-earth.png) no-repeat center;
}
.gr-header.on .global-menu .icon-earth,
.page-header .global-menu .icon-earth  {
	background: url(../images/icon-earth-on.png) no-repeat center;
}
.sp-menu {
	position: relative;
	float: left;
	width: 37px;
	height: 100%;
	background: url(../images/wap-menu-on.png) no-repeat center;
	margin-right: 15px;
	vertical-align: top;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.gr-header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
	background-color: rgba(255,255,255,.97);
	text-align: center;
	z-index: 998;
	font-size: 0;
	box-shadow: 0 0px 15px rgba(0,0,0,0.1);
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	visibility: hidden;
	opacity: 0;
}
.gr-header-fixed.on,
.global-menu.on .select-region {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.select-region {
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 999;
	width: 150px;
	margin-left: -75px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	visibility: hidden;
	opacity: 0;
}
.select-region li a {
	display: inline-block;
	width: 100%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	padding-left: 15px;
	line-height: 40px;
}
.select-region li a:hover {
	background-color: #0444b0;
	color: #fff;
}
.select-region li a .icon-region {
	display: inline-block;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position:  relative;
	top: -1px;
}
.select-region li a .rg1 {
	background: url(../images/icon-region1.png) no-repeat center;
	background-size: contain;
}
.select-region li a .rg2 {
	background: url(../images/icon-region3.png) no-repeat center;
	background-size: contain;
}
.select-region li a .rg3 {
	background: url(../images/icon-region2.png) no-repeat center;
	background-size: contain;
}
.select-region li a .rg4 {
	background: url(../images/icon-region4.png) no-repeat center;
	background-size: contain;
}


/*导航*/
.navigation {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #fff url(../images/navigation-bg.png) no-repeat right bottom;
	background: rgba(255, 255, 255, .98) url(../images/navigation-bg.png) no-repeat right bottom;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.navcover {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
@media (max-width: 1440px) {
	.navigation {
		background-size: 500px 218px;
	}
}
.menu-open2 .navigation,
.menu-open2 .navcover {
	opacity: 1;
	visibility: visible;
}
.navigation .nav-logo {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 55px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.menu-open2 .navigation .nav-logo {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.nav-content {
	padding-bottom: 200px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.menu-open2 .navigation .nav-content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.nav-content .nav-item {
	display: inline-block;
    vertical-align: top;
    padding: 0 3%;
    text-align: left;
}
.nav-content .nav-item .nav-tit {
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
}
.nav-content .nav-item .nav-tit a {
	font-size: 18px;
	color: #333;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.subnav-list li a {
	display: inline-block;
	font-size: 16px;
	color: #6b6b6b;
	line-height: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.nav-content .nav-item .nav-tit a:hover,
.subnav-list li a:hover {
	color: #0444b0;
}
.subnav-list li a:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}


@media(max-width:1180px) {
	/* .nav-home, .nav-menu2 {
		margin-left: -470px;
	}
    .nav-menu2.nohome {
        margin-left: -415px;
    } */
}
@media(max-width:1000px) {
    /* .nav-home, .nav-menu2 {
		margin-left: -370px;
	}
    .nav-menu2.nohome {
        margin-left: -315px;
    } */
}


/*股票*/
.gr-header .gp {
	float: left;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .2);
    line-height: 98px;
    margin-left: 130px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-header .gp.nohome {
	margin-left: 180px;
}

.gr-header.on .gp,
.gr-header .page-gp {
	color: #333;
}
.navigation .gp2 {
    position: absolute;
    left: 50%;
    margin-left: -470px;
    top: 35px;
    font-size: 16px;
    color: #333;
}
.navigation .gp2.nohome {
	margin-left: -420px;
}




/*Page banner*/
.page-banner {
    position: relative;
    margin-top: 120px;
    /*height:500px;*/
}
    .page-banner .pb-tit {
        position: absolute;
        left: 0;
        top: 44%;
        width: 100%;
        color: #ffffff;
    }
.page-banner .pb-tit.white {
	color: #fff;
}
    .page-banner .pb-tit .cn {
        font-size: 60px;
        line-height: 1;
        color: #ffffff;
        margin-bottom: 20px;
    }
.page-banner .pb-tit.white .cn {
	color: #fff;
}
.page-banner .pb-tit .en {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
}
.page-banner .pb-tit.white .en {
	color: #fff;
	color: rgba(255, 255, 255, .6);
}
.page-banner .pb-tit.gray .en {
	color: #888;
}
.page-banner .pb-pic {
    overflow: hidden;
}
.page-banner .pb-pic img {
    /*max-width: 100%;*/
    position: relative;
    left: 50%;
    margin-left: -960px;
    -webkit-animation: minus 6s;
    animation: minus 6s;

}
/*放大缩小*/
@-webkit-keyframes minus {
    from {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes minus {
    from {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}

.page-banner-solution {
	height: auto;
}
.page-banner-solution .pb-pic img {
    position: static;
    left: 0;
    margin-left: 0;
    max-width: 100%;
    opacity: .9;
    -webkit-animation: minus 6s;
    animation: minus 6s;
}
.ban-zixun {
	margin-top: 40px;
}
.page-banner-solution .pb-tit {
    top: 38%;
}
.ban-zixun .com-btn2.bg-888 {
	border: 1px solid #bebcb9;
	opacity: .9;
}
.ban-zixun .com-btn2:hover {
	background: #0444b0;
	opacity: 1;
}
.ban-zixun .com-btn2.bg-888:hover {
	background: #333;
	border-color: #333;
}



/*首页*/
.index-solution {
	padding-bottom: 50px;
	overflow: hidden;
}
.index-solution-list li {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
	padding: 54px 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-solution-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0444b0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-solution-list li:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/*.index-solution-list li.on,
.index-solution-list li:hover {
	background: #0444b0;
}*/
.index-solution-list li .pic {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	background: #fff;
	border: 1px solid #e8e8e8;
	font-size: 0;
	line-height: 110px;
	border-radius: 50%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-solution-list li:hover .pic {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.index-solution-list li .tit {
	position: relative;
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-solution-list li.on .tit,
.index-solution-list li.on .des,
.index-solution-list li:hover .tit,
.index-solution-list li:hover .des,
.index-solution-list li:hover .des a {
	color: #fff;
}
.index-solution-list li .des {
	position: relative;
	margin-bottom: 30px;
	font-size: 12px;
	color: #999;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-solution-list li .more {
	position: relative;
}
.index-solution-list li.on .more,
.index-solution-list li:hover .more {
	color: #fff;
	border-color: #fff;
}
.index-solution-list li.on .more:hover,
.index-solution-list li:hover .more:hover {
	background: #fff;
	color: #0444b0;
}


.index-case-content {
	position: relative;
	overflow: hidden;
}
/*.nocopy {
	position: relative;
}
.nocopy:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}*/
.index-case-content .con-box {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.index-case-content .con-box .container {
	position: relative;
	height: 80px;
	/*background-color: red;*/
}
.index-case-content .con-box .more {
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	width: 162px;
	background-color: #0444b0;
	color: #fff;
	line-height: 80px;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-case-content .con-box .more:hover {
	opacity: .85
}
.index-case-content .txt-bg {
    height: 80px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.index-case-content .txt {
    position: absolute;
    top: 50%;
    left: 60px;
    margin-top: -18px;
    z-index: 2;
    height: 36px;
    width: 60%;
    overflow: hidden;
}
.index-case-content .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -60px;
	font-size: 20px;
}
.index-case-content .txt li a {
	color: #333;
}
.index-case-content .txt li a:hover {
	color: #ea5351;
}
.index-case-content .num {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 250px;
    margin-top: -5px;
}
.index-case-content .num li {
	float: left;
    position: relative;
    width: 10px;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;
    margin: 0 3px;
}
.index-case-content .num li a, .index-case-content .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: red;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}
.index-case-content .num li span {
	border: 1px solid #adadad;
	border-radius: 50%;
}
.index-case-content .num li.on span {
	background-color: #0444b0;
	border-color: #0444b0;
}

.index-about-list {
	padding-top: 95px;
	padding-bottom: 100px;
}
.index-about-list .item .tit {
	font-size: 40px !important;
	color: #333 !important;
	-webkit-transition: .3s !important;
	-o-transition: .3s !important;
	transition: .3s !important;
}
.index-about-list .item:hover .tit {
	/*color: #0444b0;*/
}
.index-about-list .item .des {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 16px;
	color: #888;
    min-height: 60px;
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 750px) and (max-width: 992px) {
	.index-about-list .item .des {
		height: 56px;
	}
}
.index-about-list .item .pic {
	position: relative;
	margin-bottom: 20px;
}
.index-about-list .item .pic .cont {
	position: absolute;
	left: 25px;
	top: 20px;
	color: #fff;
	z-index: 5
}
.index-about-list .item .pic .cont .num {
	font-size: 36px;
    display: block;
    line-height: 1.2;
    position: relative;
}
.index-about-list .item .pic .cont .num sup {
	position: absolute;
	margin-left: 5px;
	font-size: 18px;
}


.index-news {
	position: relative;
	margin-bottom: 160px;
	background: #f5f5f5;
	height: 405px;
}
.index-news .pic {
	position: relative;
	width: 50%;
	overflow: hidden;
	height: 405px;
}
.index-news .pic img {
	height: 100%;
}
.index-news-right {
	background: #f5f5f5;
	padding: 0 45px 0 35px;
	overflow: hidden;
}
.index-news-head {
	padding: 33px 0 30px;
	font-size: 24px;
	color: #333;
}
.index-news-list li {
	margin-bottom: 6px;
	position: relative;
}
.index-news-list li.on {
	height: 120px;
	padding-left: 125px;
	border-bottom: 1px solid #dcdcdc;
}
.index-news-list li .date {
	position: absolute;
	left: 0;
	width: 100px;
	height: 100px;
	background-color: #0444b0;
	margin-right: 25px;
	text-align: center;
	color: #fff;
}
.index-news-list li .date span {
	display: inline-block;
	width: 74px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	font-size: 36px;
	line-height: 60px;
	margin-bottom: 5px;
}
.index-news-list li ~ li .date {
	display: none;
}
.index-news-list li .tit {
	font-size: 16px;
	color: #333;
	padding-top: 10px;
}
.index-news-list li .tit h4 {
	width: 80%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.index-news-list li.on .tit h4 {
	width: 100%;
}
.index-news-list li:hover .tit h4 {
	color: #0444b0;
}
.index-news-list li .tit .news-btn {
	float: right;
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin-top: 4px;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-news-list li:hover .tit .news-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #0444b0;
}
/*.index-news-list li .tit .news-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-bottom: 1px solid #666;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.index-news-list li .tit .news-btn:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px;
	height: 100%;
	border-left: 1px solid #666;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.index-news-list li:hover .tit .news-btn:before,
.index-news-list li:hover .tit .news-btn:after {
	color: #0444b0;
}*/
.index-news-list li.on .tit .news-btn {
	display: none;
}
.index-news-list li .des {
	margin-top: 12px;
	color: #888;
}
.index-news-list li ~ li .des {
	display: none;
}


.index-about {
	height: 350px;
}
.index-about .tit {
	font-size: 30px;
	color: #333;
	margin-bottom: 40px;
}
.index-about .more {
	display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 20px;
    background: #0444b0;
    transition: .3s;
}
.index-about .more:hover {
	opacity: .9;
	padding: 0 35px;
}



/*Footer*/
.footer {
	padding-top: 40px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.foot-content {
	margin-bottom: 50px;
}
.footer .foot-info .tel {
	margin-bottom: 20px;
}
.footer .foot-info .tel .cont {
	display: inline-block;
	vertical-align: top;
}
.footer .foot-info .tel .cont .tit {
	padding-top: 6px;
	margin-bottom: 6px;
	color: rgba(102,102,102,0.4);
}
.footer .foot-info .tel .cont .des {
	font-size: 36px;
	color: #0444b0;
	line-height: 1;
}
.footer .foot-info .zx {
	display: inline-block;
	width: 150px;
	height: 37px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #666;
	border-radius: 18px;
	border: solid 1px #d9d9d9;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.footer .foot-info .zx:hover {
    background: #0444b0;
    border-color: #0444b0;
    color: #fff;
}
.footer .foot-info .zx .icon-foot-zx {
	width: 19px;
	height: 100%;
	background: url(../images/icon-foot-zx.png) no-repeat center;
	vertical-align: top;
	margin-right: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.footer .foot-info .zx:hover .icon-foot-zx {
	background: url(../images/icon-foot-zx-on.png) no-repeat center;
}
.footer .foot-qr {
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid #e5e5e5;
	text-align: center;
}
.footer .foot-qr h4 {
	margin-top: 8px;
	color: #8d8d8d;
}
.foot-nav .item {
    float: left;
    position: relative;
}
.foot-nav .item ~ .item {
    margin-left: 100px;
}
.foot-nav .item .navtit {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    color: #555;
}
.foot-nav .item .subnav li a {
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-nav .item .subnav li a:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.foot-nav .item.links {
	width: 370px;
}
.foot-nav .item.links a {
	margin-right: 15px;
}
.foot-nav .item.links a:hover,
.copyright a:hover,
.foot-nav .item .subnav li a:hover {
	color: #0444b0;
}
.copyright-content {
	border-top: 1px solid #eee;
	height: 52px;
	line-height: 51px;
	color: #939393;
	font-size: 12px;
}
.foot-nav .item.links a,
.copyright a,
.foot-nav .item .subnav li a {
	color: #939393;
}
.copyright .left .link {
	display: inline-block;
	margin-right: 15px;
}


/*内页*/

/*Cate*/
.page-cate {
    height: 81px;
    line-height: 79px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.page-cate li {
	float: left;
	position: relative;
}
.page-cate li>a {
    display: inline-block;
    font-size: 20px;
    padding: 0 30px;
    color: #6b6b6b;
}
.page-cate .container li:first-child>a {
	padding: 0 30px 0 0;
}
.page-cate li.on>a,
.page-cate li>a.on,
.page-cate li>a:hover {
    color: #0444b0;
}
/*二级分类*/
.page-cate li .subcate {
	position: absolute;
	top: 81px;
	width: 1200px;
	line-height: 1.5;
	z-index: 5;
	background: #fff;
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.page-cate li ~ li .subcate {
	left: 30px;
}
.page-cate li.on .subcate {
	opacity: 1;
	visibility: visible;
}
.page-cate .subcate:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 5px;
	width: 1200px;
	background: #fff;
	z-index: 5;
}
.page-cate .subcate a {
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-right: 30px;
	font-size: 16px;
	color: #888;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.page-cate .subcate a:hover,
.page-cate .subcate a.on {
	color: #0444b0;
}
.page-cate .subcate a span {
	display: none;
	margin-right: 15px;
}

/*Solution*/
.page-cate-solution {
	text-align: center;
}
.page-cate-solution li {
	float: none;
    display: inline-block;
    position: relative;
}


/*关于*/
.video-placholder {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.video-placholder:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icon-video-btn.png) no-repeat center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.video-placholder:hover:before {
	background-color: rgba(0,0,0,0.2);
}
.intro-content {
	margin-top: 40px;
	overflow: hidden;
}
.intro-content .pic {
	margin-right: 34px;
	margin-top: 20px;
}
.intro-content .cont .tit {
	font-size: 28px;
	padding-top: 20px;
	padding-bottom: 8px;
}
.intro-content .cont .des p {
	margin-top: 20px;
}

.about-jidi .com-title {
	padding-bottom: 50px;
}
.scroll-number-list {
	margin-bottom: 55px;
}
.scroll-number-list li {
	float: left;
	width: 25%;
	text-align: center;
}
.scroll-number-list li .tit {
	font-size: 18px;
	color: #949494;
	margin-bottom: 15px;
	text-align: left;
}
.scroll-number-list li .des {
	color: #0444b0;
	font-size: 20px;
}
.scroll-number-list li .des .cunter {
	font-size: 54px;
	line-height: 1;
}
.scroll-number-list li .des .sup {
	position: relative;
	right: -10px;
}

.partner-list {
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.partner-list li {
	float: left;
	width: 20%;
	height: 150px;
	font-size: 0;
	line-height: 150px;
	background: #fff;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	text-align: center;
}
.partner-list li .box {
	background: #fff;
	cursor: default; 
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.partner-list li:hover .box {
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.partner-list li img {
	max-width: 100%;
}

.ajax-more {
	display: block;
	margin: 50px auto 0;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	border: solid 1px #d5d5d5;
	font-size: 16px;
	color: #666;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.ajax-more:hover {
	width: 150px;
	color: #fff;
	background: #0444b0;
	border-color: #0444b0;
}


/*企业文化*/
.culture-list {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.culture-list li {
	float: left;
	width: 50%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.culture-list li .pic,
.culture-list li .cont {
	width: 50%;
	overflow: hidden;
}
.culture-list li .cont {
	padding-top: 60px;
	padding-left: 40px;
}
.culture-list li .cont .tit {
	font-size: 20px;
	color: #333;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.culture-list li .cont .des {
	font-size: 16px;
	line-height: 28px;
	color: #888;
}
.about-qyzz {
	position: relative;
}
.about-qyzz .com-title {
	position: absolute;
	top: 80px;
}
.bdw-display-list>li,
.honor-list>li {
	padding: 0 10px;
}
.bdw-display-list li .tit {
	width: 100%;
	height: 79px;
	line-height: 79px;
	border: 1px solid #ddd;
	border-top: none;
	padding: 0 60px 0 22px;
	font-size: 18px;
	color: #333;
	background: url(../images/icon-ablum.png) no-repeat 90% center;
}

.bdw-display-list li {
	margin-bottom: 20px;
}


/*荣誉*/
.honor-culture .ajax-more {
	margin: 30px auto 0;
}
.honor-list li {
	margin-bottom: 20px;
	text-align: center;
}
.honor-list li .box {
	border: 1px solid #dddddd;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.honor-list li:hover .box {
	box-shadow: 0 0 20px rgba(4,0,0,0.2);
}
.honor-list li .pic {
	height: 284px;
	line-height: 284px;
	font-size: 0;
}
.honor-list li .pic img {
	max-width: 100%;
}
.honor-list li .tit {
	height: 70px;
	border-top: 1px solid #ddd;
	font-size: 18px;
	color: #333;
	line-height: 70px;
	padding: 0 10px;
}


/*发展历程*/
.gr-develop {
	position:relative;
	overflow:hidden;
}
.develop-content {
	margin-top: 65px;
	border: 1px solid #dddddd;
	background: #f5f5f5;
	width:100%;
	height:500px;
	position:relative;
	overflow:hidden;
}
.develop-content .item-list {
	position:absolute;
	left:0;
	top:0;
}
.develop-content .item-list .item {
	position: relative;
	width:1170px;
	height:500px;
	padding: 50px 60px;
	overflow: hidden;
}
.develop-content .item-list .item .cont {
	overflow: hidden;
	padding-top: 55px;
	padding-right: 60px;
}
.develop-content .item-list .item .cont .tit {
	font-size: 24px;
	color: #333;
	padding-bottom: 24px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.develop-content .item-list .item .cont .des {
	font-size: 16px;
	color: #888;
}
.develop-content .item-list .item .bd .item ~ .item {
	display: none;
}
.develop-content .item-list .item .hd {
	position: absolute;
	bottom: 0;
}
.develop-content .item-list .item .arr {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
}
.develop-content .item-list .item .hd {
	display: none;
	position: absolute;
	left: 60px;
	top: 50%;
}
.develop-content .slick-dots {
	position: absolute;
    bottom: 35px;
    width: 100%!important;
    height: auto!important;
    left: 0!important;
    display: block;
    width: 100%;
    top: 201px;
    text-align: left;
}
.develop-content .item-list .item .hd i,
.slick-dots li {
	display: inline-block;
	/*width: 13px;
	height: 13px;*/
	/*background-color: #ddd;*/
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.develop-content .item-list .item .hd i.on,
.slick-dots li.slick-active {
	/*background-color: #0444b0;*/
}
.develop-content .item-list .item60 .hd,
.develop-content .item-list .item62 .hd,
.develop-content .item-list .item64 .hd,
.develop-content .item-list .item65 .hd {
	display: block;
}
.develop-content .item-list .item60 .arr {
	display: block;
}
.develop-content .item-list .item .arr a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: red;
}
/*.develop-content .item-list .item .bd .j-develop {
	display: none;
	
}
.develop-content .item-list .item .bd .j-develop.on {
	display: block;
	
}*/
.develop-content .item-list .item .bd .j-develop .cont .tit,
.develop-content .item-list .item .bd .j-develop .devlop-pic {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.develop-content .item-list .item .bd .j-develop .cont .tit,
.develop-content .item-list .item .bd .j-develop .devlop-pic {
	opacity: 1;
	visibility: visible;
}


.develop-year {
	height: 41px;
	overflow:hidden;
	width: 84%;
	position:relative;
	float:left;
	margin-left: 3%;
}
.develop-head {
	width:100%;
	height: 37px;
	line-height: 37px;
}
.develop-year ul {
	position:absolute;
	left:0;
	top:0;
}
.develop-year ul li {
	position: relative;
	width:110px;
	height:37px;
	margin: 0 15px;
	color: #6b6b6b;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.develop-year ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 41px;
	background: url(../images/icon-year-on.png) no-repeat center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.develop-year ul li.on:before {
	opacity: 1;
	visibility: visible;
}
.develop-year ul li.on {
	color: #0444b0;
}
.gr-develop .prev-btn,
.gr-develop .next-btn {
	width: 5%;
	height:32px;
	cursor:pointer;
	margin-top: 2px;
	opacity: .7;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.gr-develop .prev-btn:hover,
.gr-develop .next-btn:hover {
	opacity: 1;
}
.gr-develop .prev-btn {
	float:left;
	background: url(../images/icon-prev.png) no-repeat left center;
}
.gr-develop .next-btn {
	background: url(../images/icon-next.png) no-repeat right center;
	float:right;
}


/*加入我们*/
.join-intro-list {
	overflow: hidden;
}
.join-intro-list .item .cont {
	border: 1px solid #dcdcdc;
	border-top: none;
	padding: 46px 40px 0;
	height: 200px;
}
.join-intro-list .item .cont .tit {
	font-size: 24px;
	color: #333;
	padding-bottom: 24px;
	margin-bottom: 25px;
}
.com-pic-cont {
	background: #f5f5f5;
}
.com-pic-cont .pic {
	width: 50%;
	overflow: hidden;
}
.com-pic-cont .pic img {
	/*position: relative;
	left: 50%;
	margin-left: -480px;*/
	width: 100%;
}
.com-pic-cont .cont {
	width: 50%;
	padding-top: 145px;
	padding-left: 100px;
	padding-right: 100px;
	overflow: hidden;
}
@media (max-width: 1800px) {
	.com-pic-cont .cont {
		padding-top: 6%;
		padding-left: 4%;
		padding-right: 4%;
		overflow: hidden;
	}
}
@media (max-width: 1600px) {
	.com-pic-cont .cont {
		padding-top: 5%;
		padding-left: 4%;
		padding-right: 4%;
		overflow: hidden;
	}
}
@media (max-width: 1400px) {
	.com-pic-cont .cont {
		padding-top: 4%;
		padding-left: 4%;
		padding-right: 4%;
		overflow: hidden;
	}
}
.com-pic-cont .cont .com-title {
	text-align: left;
	margin-bottom: 50px;
	padding-bottom: 0;
}
.com-pic-cont .cont .com-title .tit-cn {
	line-height: 1.3;
}
.com-btn2 {
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: #0444b0;
	color: #fff!important;
	font-size: 18px;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.center .com-btn2 {
	margin: 0 6px;
}
.com-btn2.bg-888 {
	background: #888;
}
.com-btn2:hover {
	opacity: .85;
}
.join-step-list {
	position: relative;
	padding: 160px 0;
}
.join-step-list:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.join-step-list li {
	float: left;
	position: relative;
	text-align: center;
	width: 10%;
	background: #fff;
	margin: 0 2.14%;
}
.join-step-list li ~ li:before {
	content: "";
	position: absolute;
	left: -33px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	background: url(../images/icon-join-next.png) no-repeat center;
}
.join-step-list li .tit {
	position: absolute;
    bottom: -6px;
    z-index: 10;
    height: 280px;
    width: 100%;
    border-radius: 57px;
    border: 1px solid #ddd;
    line-height: 170px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.join-step-list li:hover .tit {
	height: 300px;
}
.join-step-list li:nth-child(2n) .tit {
	top: -13px;
	line-height: 350px;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.join-step-list li:nth-child(2n):hover .tit {
	line-height: 360px;
}
.join-step-list li .tit span {
	display: inline-block;
	font-size: 24px;
	color: #333;
	width: 30px;
	vertical-align: middle;
	line-height: 1.2;
}
.join-step-list li .num {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	background: #888888;
	color: #fff;
	font-size: 36px;
	font-family: "066-CAI978";
	overflow: hidden;
}
.join-step-list li .num span {
	position: relative;
}
.join-step-list li .num:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	background: #0444b0;
	border-radius: 50%;
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(90px);
	-o-transform: translateY(90px);
	transform: translateY(90px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.join-step-list li:nth-child(2n) .num:before {
	-webkit-transform: translateY(-90px);
	-ms-transform: translateY(-90px);
	-o-transform: translateY(-90px);
	transform: translateY(-90px);
}
.join-step-list li:hover .num:before {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.job-fuli-list {
	margin-bottom: 100px;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
}
.job-fuli-list li {
	position: relative;
	float: left;
	width: 20%;
	height: 180px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background: #fff;
	padding: 45px 15px 0;
	color: #888;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.job-fuli-list li .num {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background: #888;
	font-size: 36px;
	line-height: 60px;
	font-family: "066-CAI978";
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.job-fuli-list li:nth-child(6),
.job-fuli-list li:nth-child(7),
.job-fuli-list li:nth-child(8),
.job-fuli-list li:nth-child(9),
.job-fuli-list li:nth-child(10) {
	padding: 30px 15px 0;
}
.job-fuli-list li:nth-child(6) .num,
.job-fuli-list li:nth-child(7) .num,
.job-fuli-list li:nth-child(8) .num,
.job-fuli-list li:nth-child(9) .num,
.job-fuli-list li:nth-child(10) .num {
	bottom: -30px;
	top: auto;
}
.job-fuli-list li:hover .num {
	background: #0444b0;
	color: #fff;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.job-fuli-list li:nth-child(6):hover .num,
.job-fuli-list li:nth-child(7):hover .num,
.job-fuli-list li:nth-child(8):hover .num,
.job-fuli-list li:nth-child(9):hover .num,
.job-fuli-list li:nth-child(10):hover .num {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}


/*案例*/
.gr-case-list>li {
	padding: 0 10px;
	margin-bottom: 20px;
}
.gr-case-list>li .pic {
	height: 242px;
	overflow: hidden;
}
.gr-case-list li .box,
.bdw-display-list li .box {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.gr-case-list li:hover .box,
.bdw-display-list li:hover .box {
	box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
}
.gr-case-list li .tit {
	border: 1px solid #ddd;
	border-top: none;
	height: 70px;
	padding: 0 20px;
	font-size: 18px;
	color: #333;
	line-height: 1.3;
	text-align: center;
}


/*案例详情*/
/*产品详情*/
.product-simple {
	margin-top: 34px;
	position: relative;
    margin-bottom: 65px;
    box-shadow: 0px 0px 20px 0px 
		rgba(4, 0, 0, 0.1);
	height: 502px;
	overflow: hidden;
}
.product-simple .pic-slide {
    width: 66.6666%;
    height: auto;
    overflow: hidden;
    background: #fff;
    text-align: center;
}
.product-simple .pic-slide .slick-next {
	right: 0;
}
.product-simple .pic-slide .slick-prev {
	left: 0;
}
.product-simple .pic-slide .slick-dots {
    bottom: 20px;
}
.product-simple .pic-slide .slick-dots li button:before {
    color: #D2D2D2;
    opacity: .5;
}
.product-simple .pic-slide .slick-dots li.slick-active button:before {
    color: #0444b0;
    opacity: 1;
}
.product-simple .simple-info {
    position: absolute;
    width: 33.3333%;
    padding: 35px 60px 0;
    height: 100%;
    right: 0;
    border: 1px solid #ddd;
    border-left: none;
}
.product-simple .simple-info .tit {
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 25px;
}
.product-simple .simple-info .des {
    line-height: 28px;
    font-size: 16px;
    color: #6b6b6b;
    padding-bottom: 20px;
}
.product-simple .simple-info .des p {
	margin-bottom: 10px;
}
.product-simple .simple-info .des p .mini-tit {
	display: block;
	color: #949494;
}
.product-head {
	margin-top: 10px;
}
.product-head .tit {
	font-size: 32px;
	color: #333;
}
.product-detail {
	padding: 45px 0 50px;
}
.product-detail .tit {
	font-size: 36px;
	color: #333;
	margin-bottom: 20px;
}
.product-detail .des {
	line-height: 30px;
	font-size: 16px;
	color: #888;
}


.com-back {
	width: 140px;
	height: 36px;
	border-radius: 18px;
	border: solid 1px #d5d5d5;
	font-size: 16px;
	color: #888;
	text-align: center;
	line-height: 34px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.com-back .icon-back {
	display: inline-block;
	width: 23px;
	height: 100%;
	background: url(../images/icon-back.png) no-repeat center;
	vertical-align: top;
	margin-right: 12px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.com-back .icon-home {
	display: inline-block;
	width: 25px;
	height: 100%;
	background: url(../images/icon-back-home.png) no-repeat center;
	vertical-align: top;
	margin-right: 8px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.com-back:hover .icon-home {
	background: url(../images/icon-back-home-on.png) no-repeat center;
	/* -webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px); */
}
.com-back:hover {
	background: #0444b0;
	color: #fff;
	border-color: #0444b0;
}
.com-back:hover .icon-back {
	background: url(../images/icon-back-on.png) no-repeat center;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}

.com-video-btn {
	display: block;
	width: 180px;
	height: 46px;
	box-shadow: 0px 8px 10px 0px 
		rgba(230, 0, 18, 0.1);
	border-radius: 23px;
	background: #0444b0;
	line-height: 46px;
	color: #fff!important;
	font-size: 16px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.com-video-btn .icon-video {
	float: left;
	margin-left: 2px;
	margin-right: 25px;
	width: 42px;
	height: 100%;
	background: url(../images/icon-case-video.png) no-repeat center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.com-video-btn:hover {
	opacity: .9;
}
.com-video-btn:hover .icon-video {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	transform: rotate(120deg);
}


/*联系我们*/
.contact-list-1 li {
	float: left;
	height: 72px;
}
.contact-list-1 li:first-child {
	margin-right: 160px;
}
.contact-list-1 li .tit {
	font-size: 20px;
	color: #888;	
	margin-top: 3px;
	margin-bottom: 10px;
}
.contact-list-1 li .des {
	font-size: 30px;
	color: #0444b0;
	font-family: "066-CAI978";
	line-height: 1;
}
.contact-list-1 li .pic {
	margin-right: 12px;
	width: 72px;
	height: 72px;
	background: #0444b0;
	color: #fff;
	text-align: center;
	line-height: 72px;
	font-size: 0;
	border-radius: 50%;
}
.contact-list-1 li .cont {
	overflow: hidden;
}
.contact-list-1 li .pic .icon-contact-tel {
	width: 38px;
	height: 40px;
	background: url(../images/icon-contact-tel.png) no-repeat center;
}
.contact-list-1 li .pic .icon-contact-mail {
	width: 38px;
	height: 25px;
	background: url(../images/icon-contact-mail.png) no-repeat center;
}
.contact-list-1 li .pic i {
	vertical-align: middle;
}
.contact-list-1 li:hover .pic i {
	-webkit-animation: sh-shake 2s ease infinite;
	animation: sh-shake 2s ease infinite;
}
/*动画——抖动效果*/
@-webkit-keyframes sh-shake {
	0%,25%,100% {
	-webkit-transform:translateY(0)
}
3%,9%,15% {
	-webkit-transform:translateY(-3px)
}
6%,12%,20% {
	-webkit-transform:translateY(3px)
}
}@keyframes sh-shake {
	0%,25%,100% {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
3%,9%,15% {
	-webkit-transform:translateY(-3px);
	transform:translateY(-3px)
}
6%,12%,20% {
	-webkit-transform:translateY(3px);
	transform:translateY(3px)
}
}

.contact-list-2 {
	margin-top: 58px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.contact-list-2 .item {
	float: left;
	width: 50%;
	height: 411px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 35px 33px 0;
}
.contact-list-2 .item .tit {
	font-size: 22px;
	color: #333;
	margin-bottom: 25px;
}
.contact-list-2 .item .des {
	font-size: 16px;
	color: #6b6b6b;
	line-height: 30px;
}

.map-content {
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.map-content .map-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	color: #fff;
	background-color: rgba(8, 4, 4, 0.5);
}

.com-link {
	margin-top: 28px;
	width: 180px;
	height: 45px;
	line-height: 45px;
	background-color: rgba(8, 4, 4, 0.6);
	border-radius: 22px;
	color: #fff!important;
	font-size: 18px;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.com-link .icon-daohang {
	display: inline-block;
	margin-right: 15px;
	width: 22px;
	height: 100%;
	background: url(../images/icon-daohang.png) no-repeat center;
	vertical-align: top;
}
.com-link:hover {
	background: #0444b0;
}


.contact-list-3 li:first-child {
	width: 380px;
	height: 140px;
	padding: 30px 40px;
	border: 1px solid #ddd;
	margin-right: 64px;
}
.contact-list-3 li.info {
	width: auto;
	float: none;
}
.contact-list-3 li.info .tit2 {
	font-size: 18px;
	color: #484a4c;
	margin-bottom: 15px;
	padding-top: 5px;
}
.contact-list-3 li.info .des2 {
	line-height: 30px;
	color: #888;
}

/*留言*/
.message-form {
	margin-top: 35px;
}
.message-form .inp {
    float: left;
    width: 32.6666%;
    height: 60px;
    line-height: 60px;
    padding: 0 28px;
    margin-bottom: 1%;
    font-size: 18px;
    background: #fff;
    color: #888;
    box-sizing: border-box;
    border: 1px solid #ddd;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.message-form .inp1 {
    margin-right: 1%;
}
.message-form .txt {
    width: 100%;
    height: 240px;
    padding: 20px 28px;
    background: #fff;
    color: #888;
    font-size: 18px;
    font-family: "Microsoft Yahei";
    box-sizing: border-box;
    border: 1px solid #ddd;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.message-form .txt:hover,
.message-form .inp:hover,
.message-form .inp:focus,
.message-form .txt:focus {
    border-color: #0444b0;
}
.message-form .sub {
    position: relative;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    background: #888;
    vertical-align: middle;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.message-form .sub:hover {
   	background: #0444b0;
}


/*关爱地球*/
.huanjing-content {
	position: relative;
	margin-bottom: 40px;
}
.huanjing-content p {
	position: absolute;
	width: 134px;
    height: 134px;
	text-align: center;
	line-height: 130px;
	color: #0444b0;
	font-size: 28px;
	background: #fff;
	border-radius: 50%;
	top: 25px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.huanjing-content p:hover {
	background: #0444b0;
	color: #fff;
}
.huanjing-content p.p1 {
	left: 115px;
}
.huanjing-content p.p2 {
	left: 512px;
}
.huanjing-content p.p3 {
	left: 907px;
}
.huanjing-content p.p4 {
	left: 313px;
    top: 204px;
}
.huanjing-content p.p5 {
	left: 708px;
	top: 204px;
}
.bdw-huanjing .des2 {
	font-size: 18px;
	color: #888;
	line-height: 30px;
}
.bdw-huanjing .des2 span {
	font-size: 24px;
}

.com-pic-slider {
	position: relative;
	/*height: 600px;*/
	overflow: hidden;
}
.com-pic-slider .arrow {
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 50px;
	height: 120px;
	z-index: 666;
}
.com-pic-slider .arrow a {
	display: block;
	margin-bottom: 1px;
	width: 50px;
	height: 60px;
	background-color: #888888;
	text-align: center;
	line-height: 60px;
	font-size: 0;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.com-pic-slider .arrow a.next {
	background: #888 url(../images/icon-next2.png) no-repeat center;
}
.com-pic-slider .arrow a.prev {
	background: #888 url(../images/icon-prev2.png) no-repeat center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.com-pic-slider .arrow:hover a.prev {
	opacity: 1;
	visibility: visible;
}
.com-pic-slider .arrow a:hover {
	background-color: #eb5251;
}
.com-pic-cont .cont .tit2 {
	font-size: 32px;
	color: #333;
	margin-bottom: 45px;
}
.com-pic-cont .cont .des2 {
	font-size: 16px;
	color: #888;	
	line-height: 30px;
}
.com-pic-cont .cont .des2 .c1 {
	color: #949494;
	line-height: 20px;
}
.com-pic-cont .cont .des2 .c1 .num {
	font-size: 100px;
	color: #0444b0;
	line-height: 1;
}
.com-pic-cont .cont .des2 .c1 .num .sup {
	font-size: 24px;
	position: relative;
	top: 13px;
}
.com-pic-slider .com-pic-cont .cont {
    /*padding-top: 120px;
    padding-left: 60px;
    padding-right: 9%;*/
    overflow: hidden;
}
.bdw-huodong-list>li {
	padding: 0 10px;
}
.bdw-huodong-list li .cont {
	height: 96px;
	border: 1px solid #ddd;
	border-top: none;
	padding: 20px;
}
.bdw-huodong-list li .cont .tit {
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}
.bdw-huodong-list li .cont .des {
	font-size: 16px;
	color: #888;
}


.new-pic-slider {
	margin-bottom: 60px;
}
.new-pic-slider .com-tit-24 {
	line-height: 1.5;
}
.new-pic-slider .date {
	display: block;
	font-size: 16px;
	color: #aaaaaa;
	margin-top: 10px;
	margin-bottom: 25px;
}
.new-pic-slider .com-btn2 {
	margin-top: 40px;
}
@media (max-width: 1440px) {
	.new-pic-slider {
		width: 1200px;
		margin: 0 auto 60px;
		height: auto;
	}
	.new-pic-slider .com-pic-cont .pic img {
	    left: 0;
	    margin-left: 0; 
	    width: 100%;
	}
	.new-pic-slider  .com-pic-cont .cont {
	    padding-top: 40px;
	    padding-left: 60px;
	    padding-right: 50px;
	    overflow: hidden;
	}
	.new-pic-slider  .com-tit-24 {
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
}

.com-pic-list {
	position: relative;
	overflow: hidden;
	/*height: 600px;*/
}
.com-pic-list .hd {
	position: absolute;
	z-index: 222;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
}
.com-pic-list .hd ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #ddd;
	cursor: pointer;
	border-radius: 50%;
	opacity: .9;
	margin: 0 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.com-pic-list .hd ul li.on {
	background-color: #0444b0;
}
.com-pic-list .bd ul li {
	position: relative;
}
.com-pic-list .bd ul li .pic-tit {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 280px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #fff;
	background-color: rgba(255,255,255,.6);
	font-size: 21px;
	color: #333;
	z-index: 333;
}


/*新闻*/
.gr-news-content .news-item {
	height: 100px;
	line-height: 100px;
	border: 1px solid #ddd;
	padding: 0 30px;
	font-size: 0;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.gr-news-content .news-item:nth-child(2n) {
	background-color: #f8f8f8;
}
.gr-news-content .news-item:hover {
	box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
}
.gr-news-content .news-item .tit {
	font-size: 20px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    -webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.gr-news-content .news-item:hover .tit {
	color: #0444b0;
}
.gr-news-content .news-item .date {
	font-size: 32px;
	color: #888;
	margin-right: 55px;
}
.gr-news-content .news-item .icon-more {
	position: relative;
	margin-top: 37px;
	width: 24px;
	height: 24px;
	border: 1px solid #a4a4a4;
	line-height: 20px;
	text-align: center;
	color: #a4a4a4;
	border-radius: 12px;
	font-size: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/*.gr-news-content .news-item .icon-more:before {
	content: "";
	position: absolute;
	right: 5px;
	top: 47%;
	width: 11px;
	border-top: 1px solid #a8a8a8;
}
.gr-news-content .news-item .icon-more:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 26%;
	height: 11px;
	margin-top: 0px;
	border-left: 1px solid #a8a8a8;
}
.gr-news-content .news-item .icon-more:before,
.gr-news-content .news-item .icon-more:after {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}*/
/*.gr-news-content .news-item:hover .icon-more:before,
.gr-news-content .news-item:hover .icon-more:after,*/
.gr-news-content .news-item:hover .icon-more {
	border-color: #0444b0;
	color: #0444b0;
}

/*行业方案*/
.com-show {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.com-show .cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    overflow: hidden;
    padding: 0 8%;
    box-sizing: border-box;
    height: 100%;
}
.com-show.pic-right .cont {
    left: 0;
    right: auto;
}
.com-show .cont .com-tit {
	margin-bottom: 15px;
	font-size: 48px;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
}
.com-show .cont .com-tit2 {
	font-size: 36px;
	font-weight: normal;
}
.com-show .cont .mini-tit {
	font-size: 24px;
	color: #333;
}
.com-show .cont .com-des {
    margin-top: 25px;
    margin-bottom: 50px;
}
.com-show .cont .com-des.no-mb {
	margin-bottom: 0;
}
.com-show .cont .com-des p ~ p {
	margin-top: 10px;
}
.com-show .pic {
    position: relative;
    overflow: hidden;
    width: 50%;
}
.com-show .pic img {
	position: relative;
	left: 50%;
	margin-left: -480px;
}

.jiazhi-list {
	border-left: 1px solid #ddd;
}
.jiazhi-list li {
	float: left;
	width: 25%;
	height: 284px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.jiazhi-list li:hover {
	/*background-color: #0444b0;*/
}
.jiazhi-list3 li {
	border-bottom: 1px solid #ddd;
	height: 320px;
}
.jiazhi-list4 li {
	border-bottom: 1px solid #ddd;
}
.jiazhi-list2 {
	position: relative;
}
.jiazhi-list2 li {
	float: left;
	width: 50%;
}
.jiazhi-list2 li:last-child {
	height: 100%;
    position: absolute;
    right: 0;
    border: 1px solid #ddd;
}
.jiazhi-list li,
.jiazhi-list2 li:last-child {
	padding: 3% 3% 0;
}

.solution-step-list {
	padding: 200px 0;
	overflow: hidden;
}
.solution-step-list li {
	width: 20%;
	margin: 0;
	background: transparent;
}
.solution-step-list li ~ li:before {
	left: -10px;
}
.solution-step-list li .cont {
	position: absolute;
	left: 50%;
	width: 266px;
	margin-left: -133px;
	bottom: -215px;
}
.solution-step-list li:nth-child(2n) .cont {
	top: -190px;
	bottom: auto;
}
.solution-step-list li .cont h3 {
	margin-bottom: 15px;
}
.solution-step-list li .cont p {
	height: 150px;
	font-size: 15px;
}
.solution-step-list li:first-child .num:before {
	z-index: 4;
	background: #0444b0 url(../images/icon-contact-tel.png) no-repeat center;
}
.solution-step-list li:nth-child(2) .num:before {
	z-index: 4;
	background: #0444b0 url(../images/icon-contact-lc3.png) no-repeat center;
}
.solution-step-list li:nth-child(3) .num:before {
	z-index: 4;
	background: #0444b0 url(../images/icon-contact-lc2.png) no-repeat center;
}
.solution-step-list li:nth-child(4) .num:before {
	z-index: 4;
	background: #0444b0 url(../images/icon-contact-lc4.png) no-repeat center;
}
.solution-step-list li:nth-child(5) .num:before {
	z-index: 4;
	background: #0444b0 url(../images/icon-contact-lc5.png) no-repeat center;
}


.bdw-rdcenter .com-title {
	padding-bottom: 60px;
}
.rdcenter-intro .left {
	margin-right: 70px;
}
.intro-num li {
    position: relative;
    float: left;
    color: #949494;
    font-size: 18px;
}
.intro-num li:first-child {
	margin-right: 52px;
}
.intro-num li .num-line {
	line-height: 72px;
}
.intro-num li:first-child {
    padding-left: 0;
}
.intro-num li.last {
    padding-right: 0;
}
.intro-num li .l1 {
	color: #999;
}
.intro-num li .num {
    display: inline-block;
    font-size: 72px;
    color: #0444b0;
}
.intro-num li .num-line .f60 {
	display: inline-block;
	font-size: 60px;
	vertical-align: top;
	color: #0444b0;font-weight: 300;
}
.intro-num li .num-line .sup {
    position: relative;
    top: 7px;
    right: -8px;
	font-size: 20px;
	color: #0444b0;
	line-height: 1;
}
.intro-num li .tit {
	margin-top: -17px;
}
.rdcenter-intro .pic {
	margin-top: 35px;
	margin-left: -95px;
}
.rdcenter-intro .cont .tit {
	margin-bottom: 30px;
	font-size: 28px;
}
.rdcenter-intro .cont .des p {
	font-size: 14px;
	color: #6b6b6b;
	line-height: 30px;
}
.rdcenter-intro .cont .des p ~ p {
	margin-top: 25px;
}

.bdw-video-list>li {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}
.bdw-video-list>li .box {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.bdw-video-list>li:hover .box {
	box-shadow: 0 0 20px rgba(0,0,0,0.3)
}
.bdw-video-list li .pic {
	position: relative;
}
.bdw-video-list li .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.bdw-video-list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.bdw-video-list li .pic:before {
	background-size: 80px;
	z-index: 3;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.bdw-video-list li:hover .pic:before {
	background-color: rgba(235, 82, 80, 0.8);
}
.bdw-video-list li .tit {
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	color: #333;
	border: 1px solid #ddd;
}

.tech-intro {
	position: relative;
}
.tech-content {
	position: absolute;
	left: 50%;
	top: 25%;
	margin-left: -472px;
	width: 944px;
	height: 300px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 30px;
}
.tech-content .tit-list {
	text-align: center;
	line-height: 60px;
	height: 60px;
	margin-top: -30px;
}
.tech-content .tit-list li {
	display: inline-block;
	margin: 0 18px;
	width: 300px;
	height: 60px;
	background-color: #ffffff;
	color: #333;
	font-size: 24px;
	box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
	border-radius: 30px;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.tech-content .tit-list li.on {
	background: #e1514c;
	color: #fff;
}
.tech-content .cont {
	position: relative;
	padding: 35px 90px 0;
	height: 80%;
	width: 100%;
}
.tech-content .cont .item {
	position: absolute;
	opacity: 0;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.tech-content .cont .item.on {
	opacity: 1;
}
.tech-content .cont .item span {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 35px;
	font-size: 20px;
	color: #333;
}

.com-show-tech .cont .com-tit2 {
	position: relative;
	height: 150px;
	line-height: 150px;
}
.com-show-tech .cont .com-tit2 span {
	position: relative;
}
.com-show-tech .cont .com-tit2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 150px;
	line-height: 150px;
	font-size: 150px;
	color: #ededed;
	font-family: "066-CAI978";
}
.com-show-tech1 .cont .com-tit2:before {
	content: "01";
}
.com-show-tech2 .cont .com-tit2:before {
	content: "02";
}
.com-show-tech3 .cont .com-tit2:before {
	content: "03";
}
.com-show-tech .cont .com-des {
	margin-top: 10px;
}
.com-show-tech .cont .com-des .word {
	display: inline-block;
	width: 180px;
}
.com-show-tech .cont .com-des .c2 {
	color: #888888;
	font-size: 16px;
}

.global-intro li {
	margin-bottom: 15px;
}
.global-intro li .tit {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	margin-right: 30px;
	height: 60px;
}
/*全球开始*/
.global-nav {
	margin-top: 30px;
	height: 41px;
	overflow: hidden;
}
.global-nav li {
    position: relative;
    float: left;
    width: 110px;
    height: 37px;
    line-height: 35px;
    margin: 0 11px;
    color: #6b6b6b;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.global-nav li.on,
.global-nav li:hover {
	color: #0444b0;
}
.global-nav li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 41px;
    background: url(../images/icon-year-on.png) no-repeat center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.global-nav li.on:before {
    opacity: 1;
    visibility: visible;
}
.global-tab-content {
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 20px 5px;
	font-size: 0;
}
.global-tab-content .show-content {
	margin-bottom: -15px;
}
.global-tab-content .show-content ~ .show-content {
	display: none;
}
.global-tab-content .show-content .btn {
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	color: #333;
	background: #ededed;
	margin: 0 10px 15px;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.global-tab-content .show-content .btn.on,
.global-tab-content .show-content .btn.active,
.global-tab-content .show-content .btn:hover {
	color: #fff;
	background: #0444b0;
}
.global-map {
	position: relative;
	margin-top: 60px;
}
.global-map img {
	position: relative;
	left: 50%;
	margin-left: -600px;
}
.global-map .map-cont {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.global-map .map-cont ~ .map-cont {
	display: none;
}
.global-map .point {
	position: absolute;
	left: 50%;
	width: 6px;
	height: 6px;
	background-color: red;
	border-radius: 50%;
	cursor: pointer;
	-webkit-animation: pulse 2s 0s ease both infinite;
    -moz-animation: pulse 2s 0s ease both infinite;
    animation: pulse 2s 0s ease both infinite;
}
@-webkit-keyframes pulse {
	from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
	from {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
50% {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
.global-map .point:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -12px;
	width: 24px;
	height: 32px;
	background: url(../images/icon-point.png?v=1) no-repeat center;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	/*-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);*/
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.global-map .point.on {
	z-index: 9;
	opacity: 1
	-webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.global-map .point.on:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/*位置点*/
.global-map .po1 {
	top: 109px;
    margin-left: 403px;
}
.global-map .po2 {
	top: 99px;
    margin-left: 412px;
}
.global-map .po3 {
	top: 136px;
    margin-left: 375px;
}
.global-map .po4 {
	top: 99px;
    margin-left: 403px;
}
.global-map .po5 {
	top: 127px;
    margin-left: 394px;
}
/*华北*/
.global-map .po2-1 {
	top: 136px;
    margin-left: 330px;
}
.global-map .po2-2 {
	top: 154px;
	margin-left: 348px;
}
.global-map .po2-3 {
	top: 173px;
	margin-left: 348px;
}
.global-map .po2-4 {
	top: 173px;
    margin-left: 366px;
}
.global-map .po2-5 {
	top: 172px;
    margin-left: 321px;
}
.global-map .po2-6 {
	top: 172px;
    margin-left: 302px;
}
.global-map .po2-7 {
	top: 100px;
    margin-left: 320px;
}
.global-map .po2-8 {
	top: 126px;
	margin-left: 302px;
}
.global-map .po2-9 {
	top: 118px;
	margin-left: 348px;
}
.global-map .po2-10 {
	top: 100px;
	margin-left: 330px;
}
.global-map .po2-11 {
	top: 181px;
	margin-left: 385px;
}
.global-map .po2-12 {
	top: 164px;
	margin-left: 375px;
}
.global-map .po2-13 {
	top: 154px;
	margin-left: 366px;
}
.global-map .po2-14 {
	top: 182px;
	margin-left: 302px;
}
.global-map .po3-1 {
	top: 200px;
    margin-left: 375px;
}
/*华东*/
.global-map .po3-2 {
	top: 191px;
    margin-left: 375px;
}
.global-map .po3-3 {
	top: 209px;
	margin-left: 375px;
}
.global-map .po3-4 {
	top: 209px;
	margin-left: 385px;
}
.global-map .po3-5 {
	top: 209px;
	margin-left: 357px;
}
.global-map .po3-6 {
	top: 200px;
	margin-left: 385px;
}
.global-map .po3-7 {
	top: 209px;
	margin-left: 394px;
}
/*华中*/
.global-map .po4-1 {
	top: 200px;
    margin-left: 348px;
}
.global-map .po4-2 {
	top: 200px;
    margin-left: 357px;
}
.global-map .po4-3 {
	top: 190px;
	margin-left: 348px;
}
/*华南*/
.global-map .po5-1 {
	top: 218px;
    margin-left: 375px;
}
.global-map .po5-2 {
	top: 227px;
	margin-left: 375px;
}
.global-map .po5-3 {
	top: 227px;
	margin-left: 366px;
}
.global-map .po5-4 {
	top: 227px;
    margin-left: 357px;
}
.global-map .po5-5 {
	top: 236px;
    margin-left: 366px;
}
.global-map .po5-6 {
	top: 236px;
	margin-left: 357px;
}
.global-map .po5-7 {
	top: 227px;
    margin-left: 348px;
}
.global-map .po5-8 {
	top: 218px;
	margin-left: 366px;
}
.global-map .po5-9 {
	top: 218px;
    margin-left: 357px;
}
.global-map .po5-10 {
	top: 227px;
    margin-left: 339px;
}
/*西北*/
.global-map .po6-1 {
	top: 182px;
    margin-left: 357px;
}
.global-map .po6-2 {
	top: 173px;
    margin-left: 339px;
}
.global-map .po6-3 {
	top: 181px;
    margin-left: 348px;
}
.global-map .po6-4 {
	top: 155px;
    margin-left: 284px;
}
.global-map .po6-5 {
	top: 155px;
    margin-left: 275px;
}
.global-map .po6-6 {
	top: 155px;
    margin-left: 275px;
}
.global-map .po6-7 {
	top: 146px;
    margin-left: 275px;
}
.global-map .po6-8 {
	top: 163px;
    margin-left: 321px;
}
/*西南*/
.global-map .po7-1 {
	top: 218px;
    margin-left: 330px;
}
/*海外*/
.global-map .po8-1 {
	top: 109px;
	left: 146px;
}
.global-map .po8-2 {
	top: 82px;
    margin-left: 102px;
}
.global-map .po8-3 {
	top: 118px;
	margin-left: 74px;
}
.global-map .po8-4 {
	top: 109px;
    margin-left: 84px;
}
.global-map .po8-5 {
	top: 264px;
	margin-left: 348px;
}


.global-map .point .point-cont {
    margin-left: -97px;
    margin-top: 20px;
    width: 200px;
    height: 115px;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
    border-radius: 20px;
    
    background: #fff;
    font-size: 18px;
    color: #333;
    line-height: 1.3;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.global-map .point .point-cont:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 9px;
    background: url(../images/icon-sj2.png) no-repeat center;
    z-index: 4;
}
.global-map .point .point-cont .box {
	padding: 20px;
}
.global-map .point.on .point-cont {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.global-map .point .point-cont span {
	color: #6b6b6b;
	font-size: 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.global-map .point .point-cont span.tit {
	font-size: 17px;
	color: #333;
	margin-bottom: 10px;
	display: inline-block;
}
.global-map .point .point-cont .box:hover .tit {
	color: #cc5351;
}
/*全球结束*/


/*背景视频*/
.bgv-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
     height: 100%;
    height: 100vh;
}
#background_video {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%!important;
	width: 100%!important;
	/*width: 108%\9!important;
	*width: 108%!important;*/
	height: auto\9!important;
}
@media all and (-ms-high-contrast:none) { 
*::-ms-backdrop, #background_video { height: auto!important;} 
} 
#video_controls {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
#video_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('bdw.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
#play img {
	width: 100px;
}
#pause img {
	width: 90px;
}
#pause {
	display: none;
}
@media (min-width: 768px) {
	#video_controls {
	display: none;
}
}
/*Banner*/
.banner-wrap {
	position: relative;
	height: 100%;
	height:100vh;
	background: rgba(0, 0, 0, .3);
        overflow: hidden;
}
.banner-wrap .banner-next {
	z-index: 99;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
	text-align: center;
	color: #fff;
	/*font-size: 16px;*/
}
.banner-next span {
  display: inline-block;
  width: 27px;
  height: 85px;
}
.banner-next span img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-next span .mouse {
  -webkit-animation: bounceY 2s infinite;
  -moz-animation: bounceY 2s infinite;
  -o-animation: bounceY 2s infinite;
  -ms-animation: bounceY 2s infinite;
  animation: bounceY 2s infinite;
}
@-webkit-keyframes bounceY {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes bounceY {
  0%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-o-keyframes bounceY {
  0%,
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounceY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.ms-slide {
	overflow: hidden;
}
.ms-slide .cont {
	/*position: absolute;
    z-index: 555;
    left: 50%;
    top: 40%;
    width: 1200px;
    margin-left: -600px;*/
    margin-top: -80px!important;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    /*font-weight: 300;*/
}
.ms-slide .cont .tit {
	/*font-weight: bold;*/
	font-size: 40px;
	color: #fff;
	line-height: 1;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	/*-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;*/
}
.ms-slide.ms-sl-selected .cont .tit,
.ms-slide.ms-sl-selected .cont .des {
	/*-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;*/
}
.ms-slide .cont .des {
	/*-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;*/
}

.ms-skin-default .ms-bullet {
	float: none!important;
	position: relative;
	display: inline-block;
	text-indent: -9999px;
	width: 15px!important;
	height: 3px!important;
	margin: 0 4px!important;
	background: #BFBEBE!important;
	cursor: pointer;
	opacity: .3;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ms-skin-default .ms-bullet-selected {
	background: #f55354!important;
	opacity: .8;
	width: 30px!important;
}
.ms-bullets.ms-dir-h {
	display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
}
.ms-bullets-count {
    /* position: relative; */
    /* right: -50%; */
}


.bc {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.ms-slide.ms-sl-selected .bc1 {
	animation: bounceYbig 1s 2s ease both infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}
.ms-slide.autohide .bc1 {
	animation: ahide 1s 1s ease both infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}
.ms-slide .bc1.hh,
.ms-slide .bc2.hh,
.ms-slide .bc3.hh {
	display: none;
}
.ms-slide.ms-sl-selected .bc2 {
	animation: bounceYbig 1s 10s ease both infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}
.ms-slide.autohide2 .bc2 {
	animation: ahide 1s 1s ease both infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}
.ms-slide.ms-sl-selected .bc3 {
	animation: bounceYbig 1s 20s ease both infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}
.ms-slide.autohide3 .bc3 {
	animation: ahide 1s 1s ease both infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}
@keyframes bounceYbig {
  0%	{
  	opacity: 0;
    transform: translateY(50px);
  }
  100%  {
  	opacity: 1;
  	transform: translateY(0);
  }
}
@keyframes ahide {
  0%	{
  	opacity: 1;
  	transform: translateY(0);
  }
  100%  {
  	opacity: 0;
  	/*transform: translateY(-50px);*/
  }
}



/*客服*/

.side-kf {
	position: fixed;
	right: 10px;
	top: 33%;
	width: 120px;
	height: 253px;
	margin-top: -60px;
	background: url(../images/kf-bg.png) repeat;
	z-index: 111;
	text-align: center;
	border-radius: 5px;
}
.side-kf.j_3d {
	bottom: 10%;
	left: 10px;
	right: auto;
	width: 90px;
	height: 190px;
	margin-top: 0;
	background: url(../images/side-360.png) no-repeat center;
	border-radius: 0;
	cursor: pointer;
}
.side-kf .kf-head {
	/* margin-top: -50px; */
	width: 100%;
	height: 145px;
	/* background: url(../images/kf/kefu-hd.png) no-repeat center; */
}
.side-kf .kf-list {
	/* padding-top: 20px; */
}
.side-kf .kf-list li a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #E94645;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.side-kf .kf-list li a:hover {
	opacity: .85;
}
.side-kf .kf-list li.c2 a {
	background: #555;
}
.side-kf .kf-list li a .icon-kf-qq {
	display: inline-block;
	width: 19px;
	height: 100%;
	background: url(../images/kf/kefu-qq.png) no-repeat center;
	vertical-align: top;
	margin-right: 10px;
}
.side-kf .kf-list li a .icon-kf-bd {
	display: inline-block;
	width: 22px;
	height: 100%;
	background: url(../images/kf/kefu-bd.png) no-repeat center;
	vertical-align: top;
	margin-right: 12px;
}
.side-kf .scroll-top {
	height: 28px;
	line-height: 28px;
	background: url(../images/kf/kefu-top.png) no-repeat center;
	background-size:  20px;
	cursor: pointer;
	display: block!important;
	opacity: 1!important;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.side-kf .scroll-top:hover {
	background: url(../images/kf/kefu-top-on.png) no-repeat center;
	background-size:  20px;
}



.ms-slide .ms-layer {
    opacity: 1\9\0!important; /* ie 9*/
}




@media (max-width: 1180px) {
	.page-cate li>a {
		font-size: 18px;
	}
	.nav-content .nav-item .nav-tit a {
	    font-size: 16px;
	}
	.subnav-list li a {
		font-size: 14px;
	}
	.honor-list li .pic {
	    height: 254px;
	    line-height: 254px;
	}
	.com-show .cont .com-tit {
		font-size: 30px;
	}
}


/*新春通告*/
.newyear-notice {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 976px;
	height: 551px;
	margin-left: -488px;
	margin-top: -265px;
	z-index: 888;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: none;
}
.notice-close {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 53px;
	height: 53px;
	background: url(../images/newyear-close.png) no-repeat center;
	z-index: 889;
	margin-left: 435px;
	margin-top: -240px;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: none;
}
@media (max-width: 1800px) {
	.newyear-notice {
		width: 800px;
	    height: 451px;
	    margin-left: -400px;
	    margin-top: -220px;
	}
	.notice-close {
		margin-left: 355px;
		margin-top: -210px;
	}
}
.notice-close:hover {
	cursor: pointer;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.newyear-notice.show,
.notice-close.show {
	display: block;
}

/*首页案例切换*/
.index-case-nav,
.index-news-nav {
	text-align: center;
	    margin-top: -20px;
    margin-bottom: 40px;
}
.index-case-nav a,
.index-news-nav a {
	    display: inline-block;
    width: 120px;
    line-height: 40px;
    color: #666;
    border: 1px solid #ddd;
    margin: 0 10px;
    border-radius: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-case-nav a.on,
.index-news-nav a.on {
	background: #0444b0;
	border-color: #0444b0;
	color: #fff;
}
.index-case-content .item.on  {
	z-index: 2;
	display: block !important;
}


.index-news .item {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
}

.index-news .pic img{
	width: 100%;
}

.index-news .item.on {
	opacity: 1;
	z-index: 2;
}


@media screen and (max-width: 767px) {

	.index-news .item{
		display: none;
	}

	.index-news .item.on{
		display: block !important;
	}
}

.solution-intro {
	padding-top: 90px;
	padding-bottom: 60px;
	text-align: center;
}
.solution-intro h3 {
	font-size: 48px;
	font-weight: bold;
	color: #333;
}
.solution-intro h4 {
	margin-top: 20px;
	margin-bottom: 35px;
	font-size: 28px;
	color: #717171;
}
.solution-intro p {
	font-size: 18px;
	line-height: 35px;
	color: #888;
}
.solution-intro p ~ p {
	margin-top:10px;
}

.solution-jz-list {
	position: relative;	
}
.solution-jz-list .swiper-item {
	float: left;
	width: 25%;
}
.solution-jz-list .swiper-wrapper {
	display: flex;
}
.solution-jz-list .pagination2 {
	position: static;
	display: inline-block;
	vertical-align: middle;
}
.solution-jz-list .pagination2 span {
	background: #ed4c59;
	width: 10px;
	height: 10px;
	margin: 0 6px;
}
.solution-jz-list .func {
	margin-top: 30px;
	text-align: center;
}
.solution-jz-list .com-next,
.solution-jz-list .com-prev {
	position: static;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: red;
	margin-top: 0;
	vertical-align: middle;
	margin: 0 10px;
	transition: .3s;
	opacity: 1 !important;
}

.solution-jz-list .com-prev {
	background: url(../images/icon-solution-btn1.png) no-repeat center;
}
.solution-jz-list .com-next {
	background: url(../images/icon-solution-btn2.png) no-repeat center;
}
.solution-jz-list .com-prev:hover {
	background: url(../images/icon-solution-btn1-on.png) no-repeat center;
}
.solution-jz-list .com-next:hover {
	background: url(../images/icon-solution-btn2-on.png) no-repeat center;
}
.solution-jz-list .swiper-slide {
	height: 100%;
	border-bottom: 1px solid #ddd;
}
.solution-jz-list .swiper-wrapper {
	
}
.solution-jz-list .swiper-slide .cont {
	padding: 35px;
	/*height: 233px;*/
}
.solution-jz-list .swiper-slide ~ .swiper-slide {
	border-left: 1px solid #ddd;
}
.solution-jz-list .swiper-slide .pic {
	overflow: hidden;
}
.solution-jz-list .swiper-slide .pic img {
	transition: .5s;
}
.solution-jz-list .swiper-slide:hover .pic img {
	transform: scale(1.05)
}
.partner-list2 {
	margin-left: -9px;
	margin-right: -9px;
}
.partner-list2 li {
	float: left;
	width: 16.6666%;
	padding: 0 9px;
	margin-bottom: 18px;
}
.partner-list2 li .box {
	display: block;
	border: 1px solid #e5e5e5;
	height: 96px;
	line-height: 96px;
	font-size: 0;
	text-align: center;
}
.partner-list2 li .box img {
	max-width: 90%;
	max-height: 70%;
}
.index-qm-video{
	width: 100%;
	height: 560px;
	background: url(../img/video/index-qm-video-bg.jpg) no-repeat center;
	background-size: auto 100%;
	box-sizing: border-box;
	padding-top: 110px;
}
.index-qm-video .video-box{
	float: left;
	position: relative;
	cursor: pointer;
}
.index-qm-video .video-box:before{
	content: '';
	width: 86px;
	height: 86px;
	background: url(../img/video/index-qm-video-icon.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -43px;
	margin-left: -43px;
}
.index-qm-video .txt{
	float: right;
}
.index-qm-video .txt h3{
	font-size: 48px;
	color: #333;
}
.index-qm-video .txt .en{
	color: #828081;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 10px;
}
.index-qm-video .txt .js{
	margin-top: 40px;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.index-qm-video .txt .js li{
	color: #888;
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 24px;
	box-sizing: border-box;
	padding-left: 35px;
	position: relative;
}
.index-qm-video .txt .js li:last-child{
	margin-bottom: 0;
}
.index-qm-video .txt .js li:before{
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #0444b0;
	position: absolute;
	left: 0;
	top: 9px;
}
.index-qm-video .txt .js:before{
	content: '';
	width: 1px;
	height: 100%;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	left: 3px;
}

/*==================导航==================================*/
@font-face {
  font-family: "ak";
  src:url("../font/AkzidenzGrotesk-BoldCondAlt_1.woff") format("woff"),
       url("../font/AkzidenzGrotesk-BoldCondAlt_1.ttf") format("truetype"),
       url("../font/AkzidenzGrotesk-BoldCondAlt_1.eot") format("embedded-opentype"),
       url("../font/AkzidenzGrotesk-BoldCondAlt_1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body{padding-top: 119px;}

.header{position: fixed;z-index: 111111;top: 0;left: 0;width: 100%;background: white; height: 121px;border-bottom: solid 1px #eeeeee;}
.head-main{width: 1400px;margin: 0 auto;}
.head-logo{float: left;padding: 25px 0;}
.head-logo img{display: block;/*height: 100%;*/}
.head-right{float: right;padding-top: 21px;}
.head-country{cursor: pointer; position: relative; float: right;width: 97px;margin-left: 30px;}
.icon-earth{line-height: 40px; font-size: 16px;color: #333;padding-left: 30px;background: url(../images/head-country.png) no-repeat left center;}
.head-tel{
	font-family: 'ak'; line-height: 40px;float: right;font-size: 24px;color: #0444b0;padding-left: 30px;
	background: url(../images/head-tel.png) no-repeat left center;
	background-size: 26px;
}
.country-togg{background: white;z-index: 3; padding: 0 10px; position: absolute;top: 100%;width: 100%;left: 0;background: white;box-shadow: 0 0px 10px rgba(0,0,0,0.2);-webkit-transform: translateY(20px);-ms-transform: translateY(20px);-o-transform: translateY(20px);transform: translateY(20px);-webkit-transition: .5s;-o-transition: .5s;transition: .5s;visibility: hidden;opacity: 0;}
.country-togg li{padding: 11px 0;border-bottom: dashed 1px #e5e5e5;}
.country-pic{margin-top: 4.5px; width: 16px;height: 16px;float: left;margin-right: 5px;}
.country-pic img{display: block;width: 100%;height: 100%;}
.country-togg li:last-child{border-bottom: none;}
.head-country:hover .country-togg{-webkit-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px);visibility: visible;opacity: 1;}

.navbar *{-webkit-box-sizing: border-box;box-sizing: border-box;}
.category-item{float: left;margin-left: 45px;padding-top: 12px;}
.category-item-single{position: relative;}
.category-a{display: block;font-size: 16px;line-height: 16px;padding-bottom: 31px; color: #333333;-webkit-transition: all .6s;-o-transition: all .6s;transition: all .6s;position: relative;padding: 0 10px 31px;}
.category-a.on,.category-a:hover{color: #0444b0;}
.category-a::after{content: '';width:0;height: 2px;background: #0444b0;position: absolute;bottom: 0px;left:50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;}
.category-item.active .category-a::after,.category-item:hover .category-a::after{width: 100%;}
.category-item.active .category-a,.category-item:hover .category-a{color:#0444b0; }
.dropdown-menu.single {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    /* width: auto; */
	width: 160px;
    z-index: 1100;
    background: rgba(255,255,255,1);
    
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    border: none;
    color: #303233;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);

    height: auto;
    padding: 0;
    display: block;
}
.dropdown-menu.single ul{
	padding: 0px 10px;
}
.dropdown-menu.single li{
    display: block;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	border-bottom: dashed 1px #e5e5e5;
    position: relative;
    text-align: center;
}
.dropdown-menu.single li:last-child{border-bottom: 0;}
.dropdown-menu.single li>a {
    line-height: 47px;   
    white-space: nowrap;
    display:block;
    width: 100%;
    color: #666666;
    height: auto;
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu.single li:hover a{color:#0444b0;}
.category-item:hover .dropdown-menu.single{max-height: 450px;opacity: 1;}
@media  (max-width: 1440px) {
	.head-main{width: 1200px;padding: 0 10px;}
	.category-item{margin-left: 30px;}
}


.sjBtn{
	display: none;
}

.sjMenu{
	display: none;
}

.index-news-list li .des {

	overflow: hidden;
	height: 72px;

}

@media screen and (max-width: 767px){
	.head-main{
		width: 100%;
	}

	.head-right{
		display: none;
	}

	.head-logo {

		padding: 15px 0;
	}

	.header{
		height: auto;
		display: none;
	}

	.sjBtn {
		display: block;
		width: 40px;
		height: 40px;
		float: right;
		margin-right: 10px;
		margin-top: 20px;
		cursor: pointer;
	}

    .sjMenu {
        position: absolute;
        left: 0;
        top: 82px;
        width: 100%;
        display: none;
        background: #fff;
        overflow-y: scroll;
        border-top: solid 1px #eeeeee;
    }

	.sjMenu li{
		line-height: 30px;
		border-bottom: 1px solid #0444b0;
	}

	.yiji{
		height: 30px;
		line-height: 30px;
		overflow: hidden;
	}

	.yiji a{
		display: block;
		width: calc(100% - 50px);
		height: 30px;
		line-height: 30px;
		color: #0444b0;
		font-size: 15px;
		float: left;
		margin-left: 10px;
	}

	.yiji img{
		display: block;
		width: 20px;
		height: 20px;
		float: right;
		margin-top: 5px;
		margin-right: 10px;
	}

	.erji{
		padding-left: 20px;
		border-top: 1px solid #0444b0;
		display: none;
	}

	.erji dd{
		line-height: 30px;
		height: 30px;
		border-bottom: 1px dashed #0444b0;
	}

	.erji dd:last-child{
		border-bottom: none;
	}

	.erji dd a{
		display: block;
		height: 30px;
		line-height: 30px;
		color: #0444b0;
		font-size: 15px;
	}

	body {
		padding-top: 76px;
	}

	.gai01Bg {
		padding: 30px 0 !important;

	}

	.gai01 {
		width: 95% !important;
		margin: 0 auto !important;
		height: auto !important;

	}

	.gai01L {
		width:100% !important;
		float: none !important;
	}

	.gai01R {
		width:100% !important;
		float: none !important;
		padding: 0 !important;
	}
	.index-solution-list li {
		position: relative;
		float: left !important;
		width: 49% !important;
		padding: 0 2% !important;
        margin-bottom: 10px;
	}

	.gai02 {
		width: 100% !important;
		margin: 0 auto;
	}

	.index-title {
		padding-top: 50px;

	}

	.index-news-nav .slides a{
		margin-bottom: 10px;
	}

	.index-news {
		position: relative;
		margin-bottom: 50px;
		background: #f5f5f5;
		height:auto;
	}

	.index-news .item{
		position: relative;
	}

	.index-news .pic{
		position: relative;
		width: 100%;
		overflow: hidden;
		height: auto;
		float: none !important;
	}

	.gai03MC {

		width: 340px !important;

		overflow: hidden !important;
		margin: 0 auto !important;
	}

	.gai03MC li {

		display: block !important;
		margin: 10px 5px !important;
		float: left !important;

	}

	.ft1{
		width: 95% !important;
	}

	.ft1 li {
		display: block !important;
		margin: 10px 25px !important;
	}

	.ft1Bbg {
		width: 95% !important;
		margin: 0 auto;
		overflow: hidden;
	}

	.ft1BL{
		float: none !important;
		overflow: hidden !important;
	}

	.ft1BM {
		float: left !important;
		overflow: hidden !important;
		margin:15px 0 !important;
	}

	.ft1BR{
		float: left !important;
		overflow: hidden !important;
	}

	.ft2 {
		width: 95% !important;
		margin: 0 auto;

	}

	.page-cate{
		height: auto !important;
	}


	#lContent{
		display: block;
		width: 95%;
		margin: 10px auto;
	}
}




.cate1{ border-bottom:1px solid #ccc; padding:10px 0;}
.cate1 ul li{ display:inline-block;}
.cate1 ul li a{ display:block; padding:0 20px;}
.cate1 ul li:first-child>a{ padding:0 20px 0 0;}
@media(max-width:768px){
.page-cate{ line-height:30px !important; padding:10px 0 !important;}
.page-cate li{ float:none !important; display:inline-block; width:32%;}
.page-cate li>a{ padding:0 0 !important;}
.page-cate .container li:first-child>a{ padding:0 0 !important;}
.page-cate li.on .subcate{ opacity:0 !important;}
.cate1 ul li{ width:32%;}
.cate1 ul li a{ padding:0 0;}
.cate1 ul li:first-child>a{ padding: 0 0;}
}